import type { IconProps } from "@salt-ds/icons"; import { type ComponentType, type HTMLAttributes } from "react"; export interface ContactTertiaryInfoProps extends Omit, "color"> { icon?: ComponentType; text: string; } export declare const ContactTertiaryInfo: import("react").ForwardRefExoticComponent>;