export declare const ARTIFACT_PANEL: { readonly DEFAULT_WIDTH: 530; readonly MIN_WIDTH: 420; readonly MAX_HOST_RATIO: 0.5; readonly MIN_HOST_WIDTH: 840; }; export declare const ARTIFACT_PANEL_CLASS: { readonly ROW: "toruk-conversation-row"; readonly PANEL: "toruk-artifacts-panel"; readonly HANDLE: "toruk-artifacts-panel__handle"; }; export type ArtifactPresentation = 'sheet' | 'panel';