interface Props {
    attributes?: Record<string, any>;
}
declare const Track: import("svelte").Component<Props, {}, "">;
type Track = ReturnType<typeof Track>;
export default Track;
