export declare type AlignCombo = "textAlignCenter" | "textAlignInherit" | "textAlignJustify" | "textAlignLeft" | "textAlignRight"; declare const useStyles: (data?: { theme?: (import("../../styles").ThemeBase & { custom: unknown; }) | undefined; } | undefined) => import("../../typings").Classes<"root" | "dense" | "selected" | "textAlignCenter" | "textAlignInherit" | "textAlignJustify" | "textAlignLeft" | "textAlignRight" | "bodyCell" | "headerCell" | "footerCell">; export default useStyles;