declare global { interface Window { __PINE_ASSET_PATH__?: string; } } /** * * Reads the component asset path config from meta tag or a global variable. * This is a temporary workaround until these issues have been addressed: * * https://github.com/ionic-team/stencil/issues/2826/ * https://github.com/ionic-team/stencil/issues/3470 * https://github.com/ionic-team/stencil-ds-output-targets/issues/186 */ export declare const getAssetPath: (path: string) => string; export {};