///
interface StyledProps {
show: boolean;
width?: number;
height?: number;
targetRef?: React.RefObject;
}
export declare const Container: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, StyledProps>> & string;
export {};