import { ShowtimeActionBarProps } from './ShowtimeActionBar.types'; declare const __VLS_export: import('vue').DefineComponent any; "update:followActive": (active: boolean) => any; "follow-change": (active: boolean) => any; }, string, import('vue').PublicProps, Readonly & Readonly<{ onAction?: ((key: string) => any) | undefined; "onUpdate:followActive"?: ((active: boolean) => any) | undefined; "onFollow-change"?: ((active: boolean) => any) | undefined; }>, { followLabel: string; followedLabel: string; followActive: boolean; animated: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default;