export declare const avatarGridTemplate = "'avatar 1fr'"; export declare const avatarColumnTemplate = "min-content 1fr"; export declare const defaultGridTemplate = "1fr"; export declare const getShadowAlignment: (alignment: string) => { bottom: string | undefined; left: string | undefined; right: string | undefined; top: string | undefined; };