export declare const APPEARANCE: { readonly Primary: "primary"; readonly Neutral: "neutral"; readonly Destructive: "destructive"; }; export declare const HTML_TYPE: { readonly Button: "button"; readonly Submit: "submit"; readonly Reset: "reset"; }; export declare const TARGET: { readonly Blank: "_blank"; readonly Self: "_self"; readonly Parent: "_parent"; readonly Top: "_top"; }; export declare const SIZE: { readonly Xs: "xs"; readonly S: "s"; readonly M: "m"; readonly L: "l"; }; export declare const ICON_POSITION: { readonly Before: "before"; readonly After: "after"; };