import { SegmentedControlProps } from './types'; export declare function styleSegmentedControl(props: SegmentedControlProps): { main: string[]; wrapper: string[]; backdrop: string[]; item: string[]; };