type NamespaceProps = {
    icon: string;
    label: string;
};
/**
 * Currently known namespaces and their properties.
 */
export declare const NAMESPACE_PROPS: Record<string, NamespaceProps>;
export {};
//# sourceMappingURL=namespace-props.d.ts.map