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