import { IconProps } from '../../iconUtils'; export declare const DragIndicator: import('react').MemoExoticComponent<(props: IconProps) => import('react').ReactElement>; export type DragIndicatorProps = IconProps; export default DragIndicator;