import type { AISuggestion } from '../../knowledge/BlockEditor/extensions/PersonalAssistantExtension/types';
interface Props {
    suggestion: AISuggestion;
    showActions?: boolean;
    compact?: boolean;
    onaccept?: (suggestion: AISuggestion) => void;
    ondismiss?: (suggestion: AISuggestion) => void;
}
declare const AiSuggestion: import("svelte").Component<Props, {}, "">;
type AiSuggestion = ReturnType<typeof AiSuggestion>;
export default AiSuggestion;
//# sourceMappingURL=AISuggestion.svelte.d.ts.map