///
interface SelectContainerProps {
menuIndex?: number;
controlStyles?: string;
}
export declare const SelectContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, SelectContainerProps>> & string;
interface TitleProps {
style?: React.CSSProperties;
}
export declare const Title: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLSpanElement>, TitleProps>> & string;
export {};