export declare class BasicFilters {
    TEXTO_PESQUISA: string;
    IS_ATIVO: boolean;
}
