type Props = { dark?: boolean; }; export declare const NeuromorphicToggle: ({ dark }: Props) => import("react/jsx-runtime").JSX.Element; export {};