export type * from '../global'; export * from './common'; export * from './analytics'; export * from './sharing'; export * from './commerce'; export * from './virtual-styling'; export * from './avatar-editor'; export * from './mdrc'; export * from './api'; export * from './browserTest'; export * from './error'; /** * Registered HTML tag for the MDRC * * @group MDRC */ export declare const MDRC_HTML_TAG = "pictofit-modal-dressing-room"; /** * Registered HTML tag for the MDRC * * @group VSC */ export declare const VIRTUAL_STYLING_HTML_TAG = "pictofit-virtual-styling"; /** * Registered HTML tag for the MDRC * * @group AvatarEditor */ export declare const AVATAR_EDITOR_HTML_TAG = "pictofit-avatar-editor"; export declare const SHOE_PAIR_TAG_KEY = "d575992d-f9c2-45b1-adfa-e2b6cccc3687";