import { BoxProps } from '../Box'; import { PrismaneBreakpoints, PrismaneProps } from '../../types'; export type ShowProps = PrismaneProps<{ breakpoint?: PrismaneBreakpoints | string; }, BoxProps>; declare const Show: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; export default Show; //# sourceMappingURL=Show.d.ts.map