import { StackProps } from './stack'; /** * We need to force the margin for the child elements as ome children * might have `margin: 0` defined, which results in a higher CSS specificity, * causing the margings of the spacing components to be ignored. * See https://github.com/commercetools/ui-kit/issues/542 */ declare const _default: (props: StackProps) => import("@emotion/utils").SerializedStyles; export default _default;