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