import type { ReactNode } from 'react'; /** * The inset icon tile — the bordered `ods-bg` square (or panel) an icon sits * in. The one home for the chrome going forward (older inline tiles migrate as * they are touched); the size is the caller's (`size-16` in a card row, * `h-40 w-full` as a step panel). */ export declare function IconTile({ className, children }: { className?: string; children: ReactNode; }): import("react").JSX.Element; //# sourceMappingURL=icon-tile.d.ts.map