import { CommonProps } from "../utils";
type Props = CommonProps & {
    enableValidation?: boolean;
};
export declare const MobileLivePhoto: (props: Props) => import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=mobile-live-photo.d.ts.map