import { FunctionComponent } from 'preact';
import { IStackProps } from '../../types';
declare const Stack: FunctionComponent<IStackProps>;
export default Stack;
//# sourceMappingURL=Stack.d.ts.map