export type ThemeShadows = {
    sm: string;
    md: string;
};
export declare const shadows: ThemeShadows;
