export type { ParamHeadProps } from './param-head'; export { ParamHead } from './param-head'; export type { DeprecatedPillProps, InfoPillProps, RequiredPillProps, } from './pills'; export { DeprecatedPill, InfoPill, RequiredPill } from './pills'; export type { PropertyProps } from './property'; export { Property } from './property'; //# sourceMappingURL=index.d.ts.map