import { TranspilerGenerator } from '../../types/transpiler';
import { ToSwiftOptions } from './types';
export declare const componentToSwift: TranspilerGenerator<ToSwiftOptions>;
