import { JSX } from 'react';

interface UseReelingProps {
    noir?: boolean;
    size?: string;
}
interface ReelingProps extends UseReelingProps {
    canisterClassName?: string;
    canisterStyle?: React.CSSProperties;
    reelClassName?: string;
    reelStyle?: React.CSSProperties;
}

/** @jsxImportSource @emotion/react */

declare function Reeling$1(props: ReelingProps): JSX.Element;

/** @jsxImportSource @emotion/react */

declare function Reeling(props: ReelingProps): JSX.Element;

export { Reeling$1 as Reeling, type ReelingProps, Reeling as SingleReeling, Reeling$1 as default };
