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