import type { NeoArrowButtonProps } from './neo-arrow-button.model.js';
declare const NeoArrowButton: import("svelte").Component<NeoArrowButtonProps, {}, "ref" | "hovered" | "focused" | "checked">;
type NeoArrowButton = ReturnType<typeof NeoArrowButton>;
export default NeoArrowButton;
