import type { EmptyStateVisualPresetProps } from './slot-components/VisualPreset.js'; /** Based on the content subcontainer's min-width, spacing, * and visual container dimensions (320px + 64px + 320px) * @internal */ export declare const _MIN_CONTAINER_WIDTH = 704; /** * @internal */ export declare function getHeadingVariant(size: 'small' | 'default' | 'large', as?: 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6'): { level: 1 | 2 | 3 | 4 | 5 | 6; as: 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6'; }; /** * @internal */ export declare function generateVisualPresetCdnUrl(context: EmptyStateVisualPresetProps['context'], type: EmptyStateVisualPresetProps['type'], theme: 'light' | 'dark'): string;