import type { StyleSlots } from '../../../core/types'; type TextareaSlot = 'root'; declare const textareaStyles: StyleSlots; export { textareaStyles }; export type { TextareaSlot }; //# sourceMappingURL=Textarea.styles.d.ts.map