export interface TextAreaProps { code?: boolean; padding?: string; lineHeight?: string; hideBorder?: boolean; } export declare const TextArea: import("styled-components").StyledComponent<"textarea", any, TextAreaProps, never>; export declare const MarkdownTip: import("styled-components").StyledComponent<"div", any, {}, never>;