import type { NePasswordRequirementStatus } from '../composables/usePasswordRequirements';
type __VLS_Props = {
    /** Usually the requirements returned by usePasswordRequirements */
    requirements: NePasswordRequirementStatus[];
    /**
     * Turns unmet requirements from pending into failed. Set it once the user has attempted to
     * submit, so that the checklist doesn't look like a list of errors while they are still typing.
     */
    showErrors?: boolean;
    metLabel?: string;
    unmetLabel?: string;
};
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
export default _default;
//# sourceMappingURL=NePasswordRequirements.vue.d.ts.map