import { InlineSelectProps } from '@synerise/ds-inline-edit'; export declare const MonthlyFilterWrapper: import('styled-components').StyledComponent<"div", any, {}, never>; export declare const ContentWrapper: import('styled-components').StyledComponent<"div", any, {}, never>; export declare const DropdownLabel: import('styled-components').StyledComponent<"span", any, {}, never>; export declare const EditBtn: import('styled-components').StyledComponent<"div", any, {}, never>; export declare const DropdownHeader: import('styled-components').StyledComponent<"div", any, {}, never>; export declare const DropdownDeleteBtn: import('styled-components').StyledComponent<"div", any, {}, never>; export declare const AddContainer: import('styled-components').StyledComponent<"div", any, {}, never>; export declare const AddButton: import('styled-components').StyledComponent<"div", any, {}, never>; export declare const Select: import('styled-components').StyledComponent<({ className, style, expanded, dropdownProps, dropdownOverlayStyle, inputStyle, size, disabled, autoFocus, hideIcon, error, input, placeholder, dataSource, initialValue, onValueChange, }: InlineSelectProps) => React.JSX.Element, any, InlineSelectProps, never>; export declare const PeriodMode: import('styled-components').StyledComponent<"span", any, {}, never>;