import { AttributesObject } from 'types';
export interface AttributesProps {
    attributes?: AttributesObject;
}
export declare function Attributes(props: AttributesProps): import("react/jsx-runtime").JSX.Element | null;
