/** * Size container for the tile — the internal layout reacts to the tile's own * width, never the viewport. Applied to a wrapper so the container-query * variants inside can match it. */ export declare const featureTileVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string; /** * Header block. In narrow tiles (below 16rem of container width) the icon * tile sits inline with the title; from 16rem the header stacks — icon tile * above, title below. */ export declare const featureTileHeaderVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string; //# sourceMappingURL=variants.d.ts.map