declare const centeringProps: readonly ["horizontal", "vertical", "both"]; export type CenteringProps = (typeof centeringProps)[number]; export { centeringProps };