import type { LabelBackgroundProps } from "../types"; declare const LabelBackground: ({ parentState, labelProps: { placeholderStyle, baseLabelTranslateX, topPosition, hasActiveOutline, label, backgroundColor, }, labelStyle, }: LabelBackgroundProps) => JSX.Element[]; export default LabelBackground;