import { IOIcons } from "../icons"; import { PressableModuleBaseProps } from "./PressableModuleBase"; type Props = { label: string; description?: string; onPress: PressableModuleBaseProps["onPress"]; icon?: IOIcons; }; export declare const ModuleSummary: ({ label, description, onPress, icon }: Props) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=ModuleSummary.d.ts.map