import { ReactElement } from 'react'; export declare function useHexagons({ width, height, hoverEffect, color, filled, }: { width: number; height: number; hoverEffect?: boolean; color?: string | boolean; filled?: string | boolean; }): null | ReactElement[];