import * as React from 'react'; export interface FiltersRowProps {} declare const FiltersRow: React.FunctionComponent; export default FiltersRow;