import type { CardGridFieldProps } from "../types/fields"; export declare function CardGridField({ options, selectedId, dropdownValues, onChange, columns, layout, ariaLabel, disabled, }: CardGridFieldProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=CardGridField.d.ts.map