import { RNAddonApi } from '../register';
export declare const PARAM_KEY = "notes";
interface NotesProps {
    active: boolean;
    api: RNAddonApi;
}
export declare const Notes: ({ active, api }: NotesProps) => import("react/jsx-runtime").JSX.Element;
export {};
