type Props = {
    children: React.ReactNode;
};
declare const TipsLayout: ({ children }: Props) => import("react").JSX.Element;
export default TipsLayout;
