import { IBlockType } from '../../../store/storetype'; import React from 'react'; import { CreateOptionsRes } from '../../formTypes'; interface IBoxShadowProps { data: CreateOptionsRes<'boxShadow'>; current: IBlockType; } declare const _default: React.MemoExoticComponent<(props: IBoxShadowProps) => JSX.Element>; export default _default;