import { Theme } from '@material-ui/core/styles/createMuiTheme'; import { WithStyles } from '@material-ui/core/styles/withStyles'; export declare const styles: (theme: Theme) => Record<"root" | "paper" | "footerRoot" | "headerText" | "headerRoot" | "headerButton" | "helpButton" | "footerButton" | "cancelButton" | "footerButtonLabel" | "footerBorder" | "tempChangesIndicator" | "changeIndicator" | "headerTitleWrapper", import("@material-ui/core/styles/withStyles").CSSProperties>; export declare type Styles = WithStyles; //# sourceMappingURL=FilterActionPopper.style.d.ts.map