export declare const Footer: { baseStyle?: { link: { m: string; textStyle: string; width: string; }; } | undefined; sizes?: { [key: string]: import("@chakra-ui/styled-system").PartsStyleInterpolation<{ keys: ("link" | "container" | "section" | "brandContainer")[]; }>; } | undefined; variants?: { full: { container: { display: string; flexDirection: string; bg: string; _dark: { bg: string; }; py: string; px: { base: "1.5rem"; md: "5.5rem"; lg: "9.25rem"; }; }; section: { display: string; alignItems: { base: "normal"; lg: "center"; }; flex: number; justifyContent: string; flexDirection: { base: "column"; lg: "row"; }; }; brandContainer: { display: string; flex: number; gap: { base: number; lg: string; }; paddingBottom: { base: "1.5rem"; lg: number; }; paddingEnd: { base: number; lg: "1.5rem"; }; }; }; compact: { container: { px: string; display: string; alignItems: string; width: string; justifyContent: string; flexDirection: string; }; brandContainer: { height: string; alignItems: string; gap: string; }; }; } | undefined; defaultProps?: { size?: string | number | undefined; variant?: "compact" | "full" | undefined; colorScheme?: string | undefined; } | undefined; parts: ("link" | "container" | "section" | "brandContainer")[]; };