import nipplejs from 'nipplejs'; export type NippleManagerOptions = Parameters[0]; export type NippleManagerEvent = { data: unknown; }; export type NippleManagerEventHandler = (evt: NippleManagerEvent) => void; export type NippleComponentProps = { managerOptions: NippleManagerOptions; style?: Partial; onStart?: NippleManagerEventHandler; onEnd?: NippleManagerEventHandler; onDir?: NippleManagerEventHandler; onMove?: NippleManagerEventHandler; }; export declare const NippleComponent: (props: NippleComponentProps & Omit, "style"> & { style?: Partial; } & { ref?: import("@furystack/shades").RefObject; }, children?: import("@furystack/shades").ChildrenList) => JSX.Element; //# sourceMappingURL=nipple.d.ts.map