import { SelectedInfoBaseType } from '@brickd/core'; import { UseSelectType } from './useSelect'; export declare function useStyleProps(componentName: string, specialProps: SelectedInfoBaseType, className: string, selectedInfo: UseSelectType): any;