import { GroupProps } from "@react-three/fiber";
declare type ArrowProps = {
    dark?: boolean;
} & GroupProps;
export declare function Arrow(props: ArrowProps): JSX.Element;
export {};
