/// import type { CB_BTN_PROPERTIES_TYPE, IndexForIntersection } from '../../../../../../../DynamicLayout/sections/CustomSection/util/types'; type Props = CB_BTN_PROPERTIES_TYPE & IndexForIntersection; declare function Button(props: Props): JSX.Element; export default Button;