import type { NeoIconCheckboxProps } from './neo-icon.model.js';
declare const NeoIconCheckbox: import("svelte").Component<NeoIconCheckboxProps, {}, "">;
type NeoIconCheckbox = ReturnType<typeof NeoIconCheckbox>;
export default NeoIconCheckbox;
