import React from 'react'; interface Props { backgroundColor: string; borderColor: string; } declare const _default: ({ backgroundColor, borderColor, }: Props) => React.ReactElement React.ReactElement React.Component)> | null) | (new (props: any) => React.Component)>; /** * Horizontal bar used to indicate the current picker selections. */ export default _default;