declare const borderTypeProps: readonly ["outline", "solid", "none"]; export type BorderTypeProps = (typeof borderTypeProps)[number]; export { borderTypeProps };