/** * Add quotes if the argument needs it; compare to encodeURIComponent * */ declare const _default: (component: string | number | boolean, quote?: string) => string; export default _default;