import { LabelProps } from './Label'; export declare const Container: import("styled-components").StyledComponent<"div", any, { appearance: LabelProps['appearance']; stretch?: boolean | undefined; }, never>;