declare const toastStyles: { container: (props?: ({ position?: "top-right" | "top-left" | "bottom-right" | "bottom-left" | null | undefined; } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string; toast: (props?: ({ tone?: "solid" | "light" | "minimal" | null | undefined; color?: "white" | "blue" | "red" | "green" | "yellow" | "purple" | "gray" | "dark" | "black" | null | undefined; radius?: "none" | "sm" | "base" | "md" | "lg" | null | undefined; shadow?: "none" | "sm" | "base" | "md" | "lg" | "xl" | null | undefined; shadowColor?: "white" | "blue" | "red" | "green" | "yellow" | "purple" | "gray" | "dark" | "black" | "none" | null | undefined; } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string; progress: (props?: ({ tone?: "solid" | "light" | "minimal" | null | undefined; color?: "white" | "blue" | "red" | "green" | "yellow" | "purple" | "gray" | "dark" | "black" | null | undefined; } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string; progressInner: (props?: ({ tone?: "solid" | "light" | "minimal" | null | undefined; color?: "white" | "blue" | "red" | "green" | "yellow" | "purple" | "gray" | "dark" | "black" | null | undefined; } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string; contentWrapper: (props?: ({ closeOnClick?: boolean | null | undefined; } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string; content: (props?: import("class-variance-authority/dist/types").ClassProp | undefined) => string; title: (props?: import("class-variance-authority/dist/types").ClassProp | undefined) => string; description: (props?: ({ hasTitle?: boolean | null | undefined; } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string; actionsWrapper: (props?: ({ tone?: "solid" | "light" | "minimal" | null | undefined; color?: "white" | "blue" | "red" | "green" | "yellow" | "purple" | "gray" | "dark" | "black" | null | undefined; } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string; action: (props?: ({ primary?: boolean | null | undefined; tone?: "solid" | "light" | "minimal" | null | undefined; color?: "white" | "blue" | "red" | "green" | "yellow" | "purple" | "gray" | "dark" | "black" | null | undefined; } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string; }; export { toastStyles }; //# sourceMappingURL=Toast.styles.d.ts.map