import { IStatus } from './status.component.interface'; export declare class StatusSharedComponent { status: IStatus; }