import { types } from "typestyle"; export declare const CenterConfigurableHeightDialogStyles: { dialogContentClass?: types.NestedCSSProperties; dialogHeightPercentage?: (heightPercentage: string) => types.NestedCSSProperties; bodyWrapper?: types.NestedCSSProperties; contentWrapper?: types.NestedCSSProperties; loadingWrapper?: types.NestedCSSProperties; }; export declare const CenterScrollableDialogStyles: { dialogContentClass?: types.NestedCSSProperties; dialogInnerWrapper?: types.NestedCSSProperties; dialogTitle?: types.NestedCSSProperties; dialogMainContent?: types.NestedCSSProperties; dialogActions?: types.NestedCSSProperties; loadingWrapper?: types.NestedCSSProperties; }; export declare const VDialogScrollableDialogStyles: { dialogTitle?: types.NestedCSSProperties; dialogMainContent?: types.NestedCSSProperties; };