import { FrameComponentsInternal } from '../../types/frameComponentsInternal'; import { ActiveTable } from '../../activeTable'; export declare class FrameComponentsInternalUtils { static set(at: ActiveTable): void; static getDefault(): FrameComponentsInternal; } //# sourceMappingURL=frameComponentsInternalUtils.d.ts.map