/// import { ICssProps } from '@c3/css'; export declare type BaseProps> = ICssProps & Omit & { ref?: React.MutableRefObject; };