///
import * as styles from './Toast.styles';
export * from './Toast';
export * from './ToastManager';
export * from './ToastContext';
export declare const Toast: {
Manager: import("react").ForwardRefExoticComponent & import("react").RefAttributes> & {
displayName?: string;
useProps: (props?: Partial, config?: {
disableCSSProps?: string[];
themeKey?: string;
}) => any;
};
};
export { styles as ToastStyles };