import { ComponentPropsWithRef, ReactElement } from "react";
/**
 * @public
 */
declare function DotIcon(props: ComponentPropsWithRef<"svg">): ReactElement;
export { DotIcon, DotIcon as default };
//# sourceMappingURL=Dot.d.ts.map