type SCType = { height?: string; }; export declare const SelectorContainer: import("styled-components").StyledComponent<"div", any, SCType, never>; export {};