/** * This file was automatically generated by the Stencil React Output Target. * Changes to this file may cause incorrect behavior and will be lost if the code is regenerated. */ import { type SignalFileUploadCustomEvent } from "@signal-web-ui/core"; import { SignalFileUpload as SignalFileUploadElement } from "@signal-web-ui/core/dist/custom-elements/signal-file-upload.js"; import type { EventName, StencilReactComponent } from '@stencil/react-output-target/runtime'; export type SignalFileUploadEvents = { onFileSelect: EventName>; onUpload: EventName>; onRemove: EventName>; }; export declare const SignalFileUpload: StencilReactComponent; //# sourceMappingURL=signal-file-upload.d.ts.map