import { InterpolationFunction } from 'styled-components'; import type { FieldProps } from '../Field'; export interface StyledInputProps extends Pick { $size?: FieldProps['size']; } export declare const applyInputStyles: InterpolationFunction; //# sourceMappingURL=Input.mixins.d.ts.map