declare function WindowingItem({ children, index, style }: any): import("react/jsx-runtime").JSX.Element;
declare namespace WindowingItem {
    var defaultProps: {
        style: {};
    };
}
export { WindowingItem };
//# sourceMappingURL=WindowingItem.d.ts.map