import { HTMLAttributes } from "react";
interface Props extends HTMLAttributes<HTMLDivElement> {
    borderTop?: boolean;
    borderBottom?: boolean;
}
declare function DropdownInfo({ children, borderTop, borderBottom, ...rest }: Props): import("react/jsx-runtime").JSX.Element;
export default DropdownInfo;
//# sourceMappingURL=DropdownInfo.d.ts.map