export declare const DEFAULT_FADE = true; export declare const DEFAULT_POSITION = "bottom"; export declare const DEFAULT_CLOSE_ICON_TYPE = "default"; export declare const TIMER_DELAY = 300; export declare const FADE_Z_INDEX = "9900"; export declare const TOAST_Z_INDEX = "9901"; export declare const gradients: { top: string; bottom: string; }; export declare const Button: import("react").FunctionComponent & ((Omit, "value"> & import("../..").AsProps & { text?: string; contentLeft?: import("react").ReactNode; contentPlacing?: "default" | "relaxed"; additionalContent?: import("react").ReactNode; isLoading?: boolean; loader?: import("react").ReactNode; stretch?: boolean; stretching?: "fixed" | "auto" | "filled"; square?: boolean; focused?: boolean; disabled?: boolean; pin?: import("../../utils/roundness").Pin; appearance?: "default" | "outline"; view?: string; size?: string; outlined?: boolean; shiftLeft?: boolean; shiftRight?: boolean; blur?: import("../..").Blur; } & { value?: string | number; contentRight?: never; } & import("react").RefAttributes) | (Omit, "value"> & import("../..").AsProps & { text?: string; contentLeft?: import("react").ReactNode; contentPlacing?: "default" | "relaxed"; additionalContent?: import("react").ReactNode; isLoading?: boolean; loader?: import("react").ReactNode; stretch?: boolean; stretching?: "fixed" | "auto" | "filled"; square?: boolean; focused?: boolean; disabled?: boolean; pin?: import("../../utils/roundness").Pin; appearance?: "default" | "outline"; view?: string; size?: string; outlined?: boolean; shiftLeft?: boolean; shiftRight?: boolean; blur?: import("../..").Blur; } & { value?: never; contentRight?: import("react").ReactNode; } & import("react").RefAttributes))>; //# sourceMappingURL=utils.d.ts.map