export declare class DokuRegex {
    static SafeString: RegExp;
    static Email: RegExp;
    static HexColor: RegExp;
}
