import { ComponentProps } from 'react'; import { Icon } from "../Icon"; export type TileIconProps = ComponentProps; export declare const TileIcon: (props: TileIconProps) => import("react/jsx-runtime").JSX.Element;