import { ButtonType, Colors, Shapes } from '../../core-components.types'; import * as i0 from "@angular/core"; export declare class GtrButtonDirective { /** * Toggle the active state for the component. [docs] * @type boolean */ active: string | boolean; /** * Sets the color context of the component to one of Gettrx’s themed colors. [docs] * @type Colors */ color?: Colors; /** * Toggle the disabled state for the component. * @type boolean */ disabled: string | boolean; /** * Select the shape of the component. * @type { 'rounded' | 'rounded-top' | 'rounded-end' | 'rounded-bottom' | 'rounded-start' | 'rounded-circle' | 'rounded-pill' | 'rounded-0' | 'rounded-1' | 'rounded-2' | 'rounded-3' | string } */ shape?: Shapes; /** * Size the component small or large. * @type {'sm' | 'lg'} */ size?: 'sm' | 'lg' | ''; /** * Specifies the type of button. Always specify the type attribute for the `