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