import { FunctionalComponent } from 'vue'; import { IconProps } from '../components'; export type ReferencesOutlinedProps = FunctionalComponent; export declare const ReferencesOutlined: ReferencesOutlinedProps;