import { type ChildrenProps, type StyleProps } from './shared'; import { type SpiritStackProps } from './stack'; export interface SpiritEmptyStateProps extends ChildrenProps, SpiritStackProps, StyleProps { }