/** * Internal dependencies */ import type { KeyframesOutputProps } from './types'; declare function KeyframesOutput({ id, keyframes, ...options }: KeyframesOutputProps): JSX.Element; export default KeyframesOutput; //# sourceMappingURL=keyframesOutput.d.ts.map