import { Arrow } from './types'; import { Theme } from '@mui/material/styles'; type StyledArrowProps = { arrow: Arrow; theme: Theme; }; declare const StyledArrow: import('@emotion/styled').StyledComponent & StyledArrowProps, import('react').DetailedHTMLProps, HTMLSpanElement>, {}>; export { StyledArrow }; export type { StyledArrowProps }; //# sourceMappingURL=styles.d.ts.map