import Vue, { PluginObject } from 'vue'; export declare class MIconFile extends Vue { readonly extension: string; readonly size: string; private tooltipGroup; private fileMap; onClick(event: MouseEvent): void; onKeydown(event: KeyboardEvent): void; get spriteId(): string; beforeMount(): void; get svgTitle(): string; private mapExtensionsGroup; } declare const IconFilePlugin: PluginObject; export default IconFilePlugin; //# sourceMappingURL=icon-file.d.ts.map