import { isly } from "isly"; import { Card } from "../../../Card"; export type Preset = Partial> & { default: number; }; export declare namespace Preset { const type: isly.Type; }