/// <reference types="react" />
import type { FocalPointPickerControlsProps } from './types';
export default function FocalPointPickerControls({ __nextHasNoMarginBottom, hasHelpText, onChange, point, }: FocalPointPickerControlsProps): JSX.Element;
//# sourceMappingURL=controls.d.ts.map