export interface UserDefinedOptions {
    fontSize?: number;
    unit?: string;
}
