import { FC } from 'react'; import { StyleControlsProps } from '../../types'; declare const StyleControls: FC; export default StyleControls;