///
type Props = {
error?: boolean;
disabled?: boolean;
readOnly?: boolean;
display?: 'normal' | 'card';
};
export declare const Input: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute, HTMLInputElement>, Props>>;
export declare const Label: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute, HTMLLabelElement>, Props>>;
export {};