import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue';
declare const FilterDramaOutlined: FunctionalComponent<HTMLAttributes & VNodeProps>;
export default FilterDramaOutlined;
