export declare const regex: {
    digits: string;
    letters: string;
    symbols: string;
    spaces: string;
};
