interface FilterButtonProps { active?: boolean; height?: string; width?: string; } export declare const FilterButton: import("styled-components").StyledComponent<"button", any, FilterButtonProps, never>; interface DropdownProps { height?: string; width?: string; overflowX?: boolean; } export declare const Dropdown: import("styled-components").StyledComponent<"div", any, DropdownProps, never>; export declare const Container: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const Options: import("styled-components").StyledComponent<"div", any, {}, never>; interface ButtonLinkProps { onClick?: any; } export declare const ButtonLink: import("styled-components").StyledComponent<"button", any, ButtonLinkProps, never>; export {};