import React from 'react'; export * from './types'; export declare const Stack: React.ForwardRefExoticComponent & import("../../../styles/types").FlexStyle & { children: React.ReactNode; isDivided?: boolean | undefined; dividerLabels?: string[] | undefined; } & React.RefAttributes>; //# sourceMappingURL=index.d.ts.map