/// import UserConfig from '../config'; declare function Preview(props: { config: UserConfig; }): JSX.Element; export default Preview;