import { useInsights } from './hooks/useInsights';
import { FeedbackForm } from './components/FeedbackForm';
import type { Translations, Style } from './components/FeedbackForm';
import type { IconItem } from './components/constants';
export declare function test(a: string): Promise<string>;
export { useInsights, FeedbackForm };
export type { Translations, Style, IconItem };
//# sourceMappingURL=index.d.ts.map