import { Config } from '../../src/types';
/**
 * Render the Reel component
 */
export default function render(config: Config): string;
