import IDialogProps from "./types/index"; export declare const DialogVW: ({ children, title, className, onClose }: IDialogProps) => JSX.Element;