/** * styled-component input tag using styled-system * * @see See [styled-system docs](https://github.com/jxnblk/styled-system/blob/master/docs/api.md) for usage of those props */ declare const StyledInput: import("styled-components").StyledComponent<"input", any, any, never>; export declare const SubmitInput: import("styled-components").StyledComponent<"input", any, any, never>; /** @component */ export default StyledInput;