export declare const sizes: { l: { height: string; paddingY: string; paddingX: string; hasLabelPaddingTop: string; hasLabelPaddingBottom: string; hasContentPaddingLeft: string; hasContentPaddingRight: string; }; m: { height: string; paddingY: string; paddingX: string; hasLabelPaddingTop: string; hasLabelPaddingBottom: string; hasContentPaddingLeft: string; hasContentPaddingRight: string; }; s: { height: string; paddingY: string; paddingX: string; hasLabelPaddingTop: string; hasLabelPaddingBottom: string; hasContentPaddingLeft: string; hasContentPaddingRight: string; }; }; export declare const statuses: { success: import("styled-components").FlattenSimpleInterpolation; warning: import("styled-components").FlattenSimpleInterpolation; error: import("styled-components").FlattenSimpleInterpolation; }; //# sourceMappingURL=Input.props.d.ts.map