import { default as React } from 'react';
import { CVVProps } from '../../../Field/Number/CVV';
export interface UseCVVProps {
    cvv?: CVVProps | CVVProps[];
}
export type { CVVProps };
export declare const useCVV: ({ cvv }: UseCVVProps) => React.ReactElement[];
export default useCVV;
//# sourceMappingURL=useCVV.d.ts.map