import { type MockupBaseProps as Props } from '.';
declare const Laptop: import("svelte").Component<Props, {}, "">;
type Laptop = ReturnType<typeof Laptop>;
export default Laptop;
