import 'antd/lib/button/style/index.css'; import 'antd/lib/form/style/index.css'; import type { FC } from 'react'; import type { FilterLayoutProps } from '../type'; import './index.less'; declare const FilterLayoutPc: FC; export default FilterLayoutPc;