import { PropertyProps } from './property'; type ParamHeadProps = Omit; declare const ParamHead: ({ name, type, location, required, deprecated, default: defaultValue, id, pre, post, onMount, navigateToHeaderAriaLabel, defaultLabel, requiredLabel, deprecatedLabel, }: ParamHeadProps) => import("react/jsx-runtime").JSX.Element | null; export { ParamHead, type ParamHeadProps }; //# sourceMappingURL=param-head.d.ts.map