import { Color } from '../../interface'; export declare class PushButtonContent { color?: Color; disabled?: boolean; render(): any; }