export { tileVariants } from "../html/card.js";
/** Grid wrapper for QuickLink tiles — column count reacts to the grid's own container width. */
export declare const quickLinkGridVariants: (props?: ({
columns?: 2 | 3 | 4 | null | undefined;
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
//# sourceMappingURL=variants.d.ts.map