export declare enum ControlType { ACCENT = "accent", POSITIVE = "positive", NEGATIVE = "negative" } export type ControlTypeAccent = 'accent'; export type ControlTypePositive = 'positive'; export type ControlTypeNegative = 'negative'; export declare enum Priority { PRIMARY = "primary", SECONDARY = "secondary", TERTIARY = "tertiary" } export type PriorityPrimary = 'primary'; export type PrioritySecondary = 'secondary'; export type PriorityTertiary = 'tertiary'; //# sourceMappingURL=control.d.ts.map