import type { HelpTextProps } from "@twilio-paste/help-text"; import type { HTMLPasteProps } from "@twilio-paste/types"; import * as React from "react"; export interface FileUploaderErrorTextProps extends HTMLPasteProps<"div"> { children?: HelpTextProps["children"]; /** * Overrides the default element name to apply unique styles with the Customization Provider * * @default 'FILE_UPLOADER_ERROR_TEXT' * @type {HelpTextProps['element']} * @memberof FileUploaderErrorTextProps */ element?: HelpTextProps["element"]; } export declare const FileUploaderErrorText: React.ForwardRefExoticComponent>; //# sourceMappingURL=FileUploaderErrorText.d.ts.map