import { TextStyleProps } from 'styled-system'; declare type MultilineInputComponentProps = { ref: any; allowResize?: boolean; lines?: number; }; export declare const MultilineInputComponent: import("styled-components").StyledComponent<"textarea", any, MultilineInputComponentProps & TextStyleProps, never>; export declare const CharacterCount: import("styled-components").StyledComponent<"div", any, {}, never>; export {}; //# sourceMappingURL=styled.d.ts.map