import { HTMLAttributes } from "react";
export declare type EnterpriseBulletsProps = {} & HTMLAttributes<HTMLDivElement>;
export declare function EnterpriseBullets({ className, ...rest }: EnterpriseBulletsProps): JSX.Element;
