export declare const NO_SPACE = "no-space"; export declare const SPACE_XXXSMALL = "xxxsmall"; export declare const SPACE_XXSMALL = "xxsmall"; export declare const SPACE_XSMALL = "xsmall"; export declare const SPACE_SMALL = "small"; export declare const SPACE_MEDIUM = "medium"; export declare const SPACE_LARGE = "large"; export declare const SPACE_XLARGE = "xlarge"; export declare const SPACE_XXLARGE = "xxlarge"; export declare const SPACE_XXXLARGE = "xxxlarge"; export declare const SPACES: readonly ["no-space", "xxxsmall", "xxsmall", "xsmall", "small", "medium", "large", "xlarge", "xxlarge", "xxxlarge"]; export declare const KIND: { readonly DEFAULT: "default"; readonly SUCCESS: "success"; readonly INFO: "info"; readonly WARNING: "warning"; readonly DANGER: "danger"; }; export declare const SIZE: { readonly SMALL: "small"; readonly MEDIUM: "medium"; readonly LARGE: "large"; };