import { JsonDocsProp } from '../../../stencil-public-runtime'; export declare function PropertyList({ props, id, }: { id?: string; props: Array>; }): HTMLElement[];