import { StyledInputProps, StyledLabelProps } from './types'; export declare const Input: import("styled-components").StyledComponent<"input", any, { type: "file"; } & StyledInputProps, "type">; export declare const Label: import("styled-components").StyledComponent<"label", any, { input: any; font: any; } & StyledLabelProps, "input" | "font">;