import type { Theme } from '../../themes/themeContract.js';
type InjectedThemeStylesProps = {
    theme: Theme;
};
export declare function InjectedThemeStyles({ theme }: InjectedThemeStylesProps): import("react/jsx-runtime").JSX.Element;
export {};
