import { NestedCSSPropertiesExtends } from "@omnia/fx-models"; import { ITheming } from "@omnia/fx/ux"; import { types } from "typestyle"; export declare const AddLayoutStyles: { headerDialogStyle?: (theming: ITheming) => NestedCSSPropertiesExtends; buttonStyle?: types.NestedCSSProperties; };