export declare function useIconContext(): {
    classPrefix: string;
    csp: {
        nonce?: string;
    };
    disableInlineStyles: boolean;
};
