/** Vuestic warn. Disabled in production */ export declare const warn: (...attrs: any[]) => boolean; export declare const throwError: (message: string) => never;