import { VerifyDetailProps } from './verify-detail.props';
declare class VerifyDetailService {
    static verifyContainer: HTMLElement | null;
    static show(props: VerifyDetailProps, parent: HTMLElement | null): void;
    static clear(): void;
}
export default VerifyDetailService;
