import { IIconProps, IIconCubeItemData } from './runtime';
export interface IIconCustomData {
[key: number | string]: IIconCubeItemData;
}
export declare const cubeGetContent: (props: IIconProps) => string;
export declare const CubeVueOptions: import("vue").VueElementConstructor<IIconProps>;