import { ReactElement } from 'react'; import { PropertiesProps } from './types'; /** * Property list * @param param0 PropertiesProps */ export declare function Properties({ className, preview, owner, ...props }: PropertiesProps): ReactElement;