import { Theme, ThemeContextProps } from './types';
export declare function ThemeProvider({ theme, children }: ThemeContextProps): import("solid-js").JSX.Element;
export declare function useTheme(): Theme;
export * from './types';
