import BulletScreen from './components/BulletScreen.vue';
export interface Bullet {
    moment_id: string;
    content: string;
    avatar: string;
    color?: string;
}
export { BulletScreen };
declare const _default: {
    install: (app: any) => void;
};
export default _default;
