import { type BezierStyleKey, type OvershootStyleKey } from "./enums"; export declare const isBezierStyle: (key: string) => key is BezierStyleKey; export declare const isOvershootStyle: (key: string) => key is OvershootStyleKey;