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