/** * A Terminus UI specific Error */ export declare class TsUILibraryError extends Error { constructor(message: string); }