/**
 * Hook to get the theme for a specific component.
 * @param component
 * @param customTheme
 * @returns theme object
 */
export declare const useComponentTheme: <T extends any>(component: string, customTheme?: T) => T;
