import { type TuiRawLoaderContent } from '@taiga-ui/addon-doc/types';
export declare function tuiRawLoadRecord(example: Record<string, TuiRawLoaderContent>): Promise<Record<string, string>>;
