import { Result } from "glow-core/es/actions/use-submit"; export declare type ActionProps = { url: string; input: Input; onResult?: (result: Result) => void; onSuccess?: (output: Output) => void; onErrorResult?: (error: any) => void; }; //# sourceMappingURL=shared.d.ts.map