import { CalloutContentHookType } from "../types"; declare const useCalloutContent: ({ title, severity, size, icon, }: { title: any; severity: any; size: any; icon: any; }) => CalloutContentHookType; export default useCalloutContent; //# sourceMappingURL=useCalloutContent.d.ts.map