/// <reference types="react" />
import type { FocalPointPickerGridProps } from './types';
import type { WordPressComponentProps } from '../ui/context/wordpress-component';
export default function FocalPointPickerGrid({ bounds, ...props }: WordPressComponentProps<FocalPointPickerGridProps, 'div'>): JSX.Element;
//# sourceMappingURL=grid.d.ts.map