import { default as PostcardDesigner } from './PostcardDesigner.vue'; import { Config, Font } from './stores/config-store'; declare function configure({ targetElement }: any): void; declare function init(config: Partial>): void; declare function addFont(font: Font | Font[]): void; export { PostcardDesigner, init, addFont }; declare const _default: { configure: typeof configure; addFont: typeof addFont; init: typeof init; }; export default _default;