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