declare const alignmentProps: readonly ["topLeft", "topCenter", "topRight", "bottomLeft", "bottomCenter", "bottomRight", "leftCenter", "rightCenter"]; export type AlignmentProps = (typeof alignmentProps)[number]; export { alignmentProps };