import * as React from "react";
import { FieldStateProps } from "../../redux/FormComponents/FormComponents.types";
import { S3PhotoComponentDBValue, S3PhotoInputComponentProps } from "./S3PhotoInputComponent.types";
declare type OwnProps = S3PhotoInputComponentProps & FieldStateProps<S3PhotoComponentDBValue>;
export declare const S3PhotoInputComponent: React.ComponentType<OwnProps>;
export {};
