import React from "react";
export default class BulletsBurger extends React.Component<any, any> {
    render(): React.ReactNode;
}
