import type { LabelProps } from "@twilio-paste/label"; import type { HTMLPasteProps } from "@twilio-paste/types"; import * as React from "react"; export type FileUploaderLabelProps = HTMLPasteProps<"label"> & { children: LabelProps["children"]; /** * Overrides the default element name to apply unique styles with the Customization Provider * * @default 'FILE_UPLOADER_LABEL' * @type {LabelProps['element']} */ element?: LabelProps["element"]; }; export declare const FileUploaderLabel: React.ForwardRefExoticComponent & { children: LabelProps["children"]; /** * Overrides the default element name to apply unique styles with the Customization Provider * * @default 'FILE_UPLOADER_LABEL' * @type {LabelProps['element']} */ element?: LabelProps["element"]; } & React.RefAttributes>; //# sourceMappingURL=FileUploaderLabel.d.ts.map