import { types } from "typestyle"; import { ITheming } from "../theming"; export declare const TableMenuStyles: { thicknessWraper?: types.NestedCSSProperties; thicknessItem?: (thickness: number) => types.NestedCSSProperties; thicknessSelection?: types.NestedCSSProperties; colorSelection?: types.NestedCSSProperties; tableStyleItemWrapper?: types.NestedCSSProperties; tableStyleItemContent?: types.NestedCSSProperties; tableStyleWrapper?: types.NestedCSSProperties; tableItemSelection?: types.NestedCSSProperties; subToolBar?: types.NestedCSSProperties; cellStyleMenu?: types.NestedCSSProperties; setBlackWhiteIcon?: (theming: ITheming) => types.NestedCSSProperties; setThemingPrimaryIcon?: (theming: ITheming) => types.NestedCSSProperties; };