export declare const ICON_BUTTON_VARIANTS: readonly ["primary", "secondary", "outline", "ghost", "danger"]; export type IconButtonVariant = (typeof ICON_BUTTON_VARIANTS)[number]; export declare const ICON_BUTTON_SIZES: readonly ["s", "m", "l"]; export type IconButtonSize = (typeof ICON_BUTTON_SIZES)[number]; //# sourceMappingURL=icon-button.types.d.ts.map