import { InputSize } from '../../types'; export declare const Container: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const ScrollCotainer: import("styled-components").StyledComponent<"div", any, {}, never>; interface IPanelStyle { size: InputSize; height?: string; maxHeight?: string; fullWidth?: boolean; zIndex?: number; } export declare const Panel: import("styled-components").StyledComponent<"div", any, IPanelStyle, never>; interface IPanelOptionStyle { active: boolean; width?: string; onClick?: any; isDisabled?: boolean; } export declare const PanelOption: import("styled-components").StyledComponent<"div", any, IPanelOptionStyle, never>; export {};