import { EventEmitter } from '../../stencil-public-runtime'; export declare class SignetProgressStep { label: string; complete: boolean; inProgress: boolean; invalid: boolean; disabled: boolean; stepClicked: EventEmitter; handleClick(): void; render(): any; }