import type { App } from 'vue';
import Sticky from './src/sticky';
export { Sticky };
declare const _default: {
    title: string;
    category: string;
    status: string;
    install(app: App): void;
};
export default _default;
