interface Props {
    analyticsId: string;
}
/**
 * [Go to docs](https://runatics.codewithshin.com/)
 * ## Props
 * @props: analyticsId: any;
 */
declare const Runatics: import("svelte").Component<Props, {}, "">;
type Runatics = ReturnType<typeof Runatics>;
export default Runatics;
