import type { FluidComponent } from '../types/types';
import type { StrictArgs } from 'storybook/internal/csf';
export declare function convertComponentToSource(component: FluidComponent, args: StrictArgs): string;
