export interface FilterOption {
    label: string;
    value: string;
}
//# sourceMappingURL=filter-option.model.d.ts.map