declare const _default: ({ to }: {
    to: string;
}) => string;
export default _default;
