export declare const CURVE_PRESETS: {
    id: string;
    label: string;
    curve: {
        x: number;
        y: number;
    }[];
}[];
