export type ObjectLiteral = {
    [key: string]: any;
};
export type Variant = 'standard' | 'filled' | 'outlined';
