///
export declare const StyledPopupFrame: import("@emotion/styled").StyledComponent;
export declare const StyledInput: import("@emotion/styled").StyledComponent & {
value?: string;
withFloatingLabel?: boolean;
debouncedTime?: number;
onChange?(value: string): void;
onChangeRaw?(e: import("react").ChangeEvent): void;
} & import("react").RefAttributes & {
theme?: import("@emotion/react").Theme;
}, {}, {}>;
export declare const StyleWrapperInfo: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme;
as?: import("react").ElementType;
}, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;