import { SystemStyleObject } from '@styled-system/css'; declare const styles: (withGuideline: boolean, withLabel: boolean) => SystemStyleObject; export default styles;