import type { NeoButtonRowProps } from './neo-button-row.model.js';
declare const NeoButtonRow: import("svelte").Component<NeoButtonRowProps, {}, "ref" | "hovered" | "focused" | "offsetHeight" | "offsetWidth" | "threshold">;
type NeoButtonRow = ReturnType<typeof NeoButtonRow>;
export default NeoButtonRow;
