type Flags = {
    AC: string;
    TA: string;
};
export declare const FLAGS_SVG: Flags;
export {};
