import { MaskConfigType } from '../components/vega-input/types'; export declare type CardConfigType = { type: string; iconName: string; pattern: RegExp; maskConfig: MaskConfigType; }; export declare const CARDS_INFO: CardConfigType[];