///
interface InputProps {
$hasBar?: boolean;
$inputBg?: string;
$noMargin?: boolean;
$hasBorder?: boolean;
$borderWithBar?: boolean;
$inputBoxShadow?: string;
}
export declare const Input: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, InputProps>>;
export {};