export type ButtonPureSize = 'sm' | 'md' | 'lg'; /** Controls which side the label appears on relative to the icon. */ export type ButtonPureAlignLabel = 'start' | 'end'; export type ButtonPureType = 'button' | 'submit' | 'reset'; /** Colour alias for text/icon. Foreground only. */ export type ButtonPureColor = 'primary' | 'secondary' | 'accent' | 'danger' | 'inherit'; //# sourceMappingURL=types.d.ts.map