import type { LabelValue } from '../../model';
export interface SayAsLabelValue extends LabelValue {
    subLabel: string;
}
export declare const numberOptionsMap: Record<string, string[]>;
export declare const letterOptionsMap: Record<string, string[]>;
export declare const numberOptions: SayAsLabelValue[];
export declare const letterOptions: SayAsLabelValue[];
