import Custom from './Custom';

export default function Factory(
    config?: Custom.IConfig
): Custom;