declare const meta: {
    title: string;
    component: import('react').ForwardRefExoticComponent<import('react').HTMLAttributes<HTMLDivElement> & import('react').RefAttributes<HTMLDivElement>>;
    tags: string[];
    argTypes: {};
};
export default meta;
export declare const Base: {
    render: () => import("react/jsx-runtime").JSX.Element;
    args: {};
};
export declare const Notifications: {
    render: () => import("react/jsx-runtime").JSX.Element;
    args: {
        mode: string;
        className: string;
    };
};
