declare const DragControllerRow: ({ className, color, icon: Icon, size, ...rest }: { [x: string]: any; className?: string | undefined; color?: string[] | undefined; icon?: ((rest: import("@elliemae/ds-icons").SvgIconT.Props) => import("react/jsx-runtime").JSX.Element) | undefined; size?: "m" | undefined; }) => import("react/jsx-runtime").JSX.Element; export default DragControllerRow;