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