export interface DisplayOption {
    name: 'AUTO' | 'GRID' | 'LIST';
    value: string;
    label: string;
    default?: boolean;
    getListClass: any;
}
//# sourceMappingURL=list-display-switch.model.d.ts.map