export interface ISassColors { $BURNT_ORANGE: string; $CHARCOAL: string; $WHITE: string; $TANGERINE: string; $SUNSHINE: string; $CACTUS: string; $TURTLE_POND: string; $TURQUOISE: string; $BLUEBONNET: string; $SHADE: string; $LIMESTONE: string; } declare const colors: ISassColors; export default colors;