import { SvgProps } from './types'; export declare const extractIdAndNamespace: (props: SvgProps) => SvgProps & { id: string; namespace: string; };