declare function _default({ icon, subtitle, color, width, height }: {
    icon: any;
    subtitle: any;
    color: any;
    width: any;
    height: any;
}): import("react/jsx-runtime").JSX.Element;
export default _default;
