import Vue, { VueConstructor } from 'vue'; export declare const COMPONENT_NAME_PREFIX = "thin"; export declare const createGetComponentName: (component: string) => (classNameSuffix?: string | undefined) => string; export declare class ThinUIComponent extends Vue { static install: (Vue: VueConstructor) => void; }