import { TextAreaResize } from '@ni/fast-foundation'; export { TextAreaResize }; export declare const TextAreaAppearance: { readonly outline: "outline"; readonly block: "block"; }; export type TextAreaAppearance = (typeof TextAreaAppearance)[keyof typeof TextAreaAppearance];