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