/// import { AllSystemProps } from "../systemHelpers"; export declare type BaseInputProps = AllSystemProps; export declare const BaseInput: import("styled-components").StyledComponent<"input", any, import("react").PropsWithChildren, never>;