import { STYLE } from '@omni-door/tpl-utils';
export default function (config: {
    name: string;
    ts: boolean;
    style: STYLE;
}): string;
