import React from "react"; import { MotionValue } from "framer-motion"; export declare const MacbookScroll: ({ src, showGradient, title, badge, }: { src?: string; showGradient?: boolean; title?: string | React.ReactNode; badge?: React.ReactNode; }) => import("react/jsx-runtime").JSX.Element; export declare const Lid: ({ scaleX, scaleY, rotate, translate, src, }: { scaleX: MotionValue; scaleY: MotionValue; rotate: MotionValue; translate: MotionValue; src?: string; }) => import("react/jsx-runtime").JSX.Element; export declare const Trackpad: () => import("react/jsx-runtime").JSX.Element; export declare const Keypad: () => import("react/jsx-runtime").JSX.Element; export declare const KBtn: ({ className, children, childrenClassName, backlit, }: { className?: string; children?: React.ReactNode; childrenClassName?: string; backlit?: boolean; }) => import("react/jsx-runtime").JSX.Element; export declare const Row: ({ children }: { children: React.ReactNode; }) => import("react/jsx-runtime").JSX.Element; export declare const SpeakerGrid: () => import("react/jsx-runtime").JSX.Element; export declare const OptionKey: ({ className }: { className: string; }) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=macbook-scroll.d.ts.map