interface IProps { toastType: string; } export declare const CreateToastBtn: import("styled-components").StyledComponent<"button", import("styled-components").DefaultTheme, IProps, never>; export {};