import 'lineupjs/build/LineUpJS.css'; import './style.scss'; export * from './'; export { default } from './'; /** * LineUp version * @type {string} */ export declare const version: string; /** * LineUp unique build id * @type {string} */ export declare const buildId: string; /** * LineUp license type * @type {string} */ export declare const license: string; //# sourceMappingURL=bundle.d.ts.map