export type T_CallIndicatorProps = {
    iconToShow?: string | JSX.Element;
    textToShow?: string;
    imageAlt?: string;
};
//# sourceMappingURL=index.d.ts.map