declare const styleProps: readonly ["solid", "outlined", "full", "ghost"]; type StyleProps = (typeof styleProps)[number]; export { styleProps }; export type { StyleProps };