import { SwipeProps } from "../../../../hooks/useSwipe";
export interface SlideContent {
    name?: string;
    active?: boolean;
    children?: any;
    vertical?: boolean;
    offset?: number;
    unit?: "%" | "vw" | "vh" | "em" | "rem";
    style?: object;
    swipe?: SwipeProps;
}
declare function SlideContent(props: SlideContent): import("react").JSX.Element;
declare const _default: import("react").MemoExoticComponent<typeof SlideContent>;
export default _default;
//# sourceMappingURL=SlideContent.d.ts.map