///
export interface IThemeProps {
name?: string;
value: object;
}
export declare const Theme: React.StatelessComponent;
export interface IThemedProps {
name?: string;
}
export declare const Themed: React.StatelessComponent;
export declare const withTheme: any;