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