import type { FC } from 'react'; import type { FilterLayoutProps } from './type'; declare const FilterLayout: FC; export default FilterLayout;