import { ActionIdCardFrameProps } from './interface';
export declare const ActionFaceFrame: ({ capture }: {
    capture: Function;
}) => JSX.Element;
export declare const ActionIdCardFrame: ({ capture, pickImage, toggleSwitch, isEnableSwitch, pickImageComponent, autoCaptureComponent, }: ActionIdCardFrameProps) => JSX.Element;
