import * as React from 'react'; import { WithStyles } from '../withStyles'; export interface AnchorProps extends WithStyles { fullWidth?: boolean; } declare const styles: () => Record<"root" | "fullWidth", import("@material-ui/core/styles/withStyles").CSSProperties>; declare const _default: React.ComponentType & import("@material-ui/core/styles/withStyles").StyledComponentProps>; export default _default;