import { ComponentProps, ExcludedProps } from "@vitality-ds/system"; import { BaseStack } from "./styled"; export declare type StackProps = ExcludedProps & ComponentProps;