declare const stackingProps: readonly ["firstOnTop", "lastOnTop"]; export type StackingProps = (typeof stackingProps)[number]; export { stackingProps };