import type { AminahConfig } from "@aminah/features"; import "./styles/index.css"; /** * Initialize Aminah and mount it to the DOM * @param config - Optional configuration object * @returns Object with destroy method */ export declare function init(config?: Partial): { destroy: typeof destroy; }; /** * Destroy the Aminah instance and clean up */ export declare function destroy(): void; export { AminahProvider, useAminah } from "./components/AminahProvider"; export { default as FloatingButton } from "./components/FloatingButton"; export { default as IssueModal } from "./components/IssueModal"; export { default as AnnotationToolbar } from "./components/AnnotationToolbar"; export type { AminahConfig } from "@aminah/features"; export type { AminahState } from "./components/AminahProvider"; export { Aminah as AminahComponent } from "./components/Aminah"; declare const _default: { init: typeof init; destroy: typeof destroy; }; export default _default; //# sourceMappingURL=standalone.d.ts.map