import { FC } from 'react'; import { StackProps } from './Stack.types'; export declare const Stack: FC;