import type { IconProps } from '../../types';
declare const GripVertical: import("react").NamedExoticComponent<IconProps>;
/**
 * Lucide Icon: Grip Vertical
 * @see {@link https://lucide.dev/icons/grip-vertical Lucide Icon Docs}
 */
export { GripVertical };
