import { Theme } from './Theme';
export declare function childTheme(theme: Theme, isPressed?: boolean, isHover?: boolean): Theme;
