import * as React from 'react'; interface IPanesProps { /** @ignore */ className?: string; /** @ignore */ children?: React.ReactNode; underlined?: boolean; } declare const Panes: import("styled-components").StyledComponent<(props: IPanesProps) => JSX.Element, import("../../styles/Theme").IThemeInterface, {}, never>; export { Panes };