declare const meta: {
    title: string;
    component: import('react').FC<import('@radix-ui/react-dialog').DialogProps>;
    tags: string[];
    argTypes: {};
};
export default meta;
export declare const Default: {
    render: (args: any) => import("react/jsx-runtime").JSX.Element;
    args: {
        side: string;
    };
};
export declare const Left: {
    render: (args: any) => import("react/jsx-runtime").JSX.Element;
    args: {
        side: string;
    };
};
export declare const Top: {
    render: (args: any) => import("react/jsx-runtime").JSX.Element;
    args: {
        side: string;
    };
};
export declare const Bottom: {
    render: (args: any) => import("react/jsx-runtime").JSX.Element;
    args: {
        side: string;
    };
};
