import { Stack as StackImpl, StackItem } from './Stack';
export declare const Stack: typeof StackImpl & {
    Item: typeof StackItem;
};
export type { StackProps, StackItemProps } from './Stack';
//# sourceMappingURL=index.d.ts.map