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