import { CSSObject } from '@xstyled/styled-components';
import { ThemeValues } from '../../theme';
export type ThemeTextareas = CSSObject;
export declare const getTextareas: (theme: ThemeValues) => ThemeTextareas;
