import { styleFn } from '@styled-system/core'; import { AllStylesProps } from './system/index'; /** @internal */ export default function useStyledSystem(styleProps: T, styleParser?: styleFn): string;