import { ThemeProps } from '../../components/theme'; export declare type Shape = 'round' | 'curve' | 'square'; export declare type Size = 'xs' | 'sm' | 'md' | 'lg' | 'xl'; export interface AvocadoThemeProps { theme?: ThemeProps; }